home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / warp / next / WarpApp.h < prev    next >
Text File  |  1993-05-22  |  106b  |  11 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface WarpApp:Application
  5. {
  6. }
  7.  
  8. - (int)activate:(int)contextNumber;
  9.  
  10. @end
  11.